home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_014 / pdterm / term.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  662b  |  25 lines

  1. /* INCLUDES ********************************************************** */
  2.  
  3. #include "exec/types.h"
  4. #include "exec/ports.h"
  5. #include "exec/devices.h"
  6. #include "exec/io.h"
  7. #include "exec/memory.h"
  8.  
  9. #include "devices/console.h"
  10. #include "devices/serial.h"
  11. #include "devices/keymap.h"
  12.  
  13. #include "libraries/dos.h"
  14. #include "graphics/text.h"
  15. #include "libraries/diskfont.h"
  16. #include "intuition/intuition.h"
  17.  
  18. /* EXTERNALS ***************************************************** */
  19.  
  20. extern struct Window *OpenWindow();
  21. extern struct Screen *OpenScreen();
  22. extern struct MsgPort *CreatePort();
  23. extern struct IOStdReq *CreateStdIO();
  24. extern struct IORequest *CreateExtIO();
  25.